From: Juanma Barranquero Date: Thu, 7 Jun 2007 00:28:27 +0000 (+0000) Subject: (ebrowse-member-table): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~2421 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2863ae125749febe94dbc9689cb328bb7ade02eb;p=emacs.git (ebrowse-member-table): Fix typo in docstring. --- diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index d8385141177..ba73cbc2461 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -1003,7 +1003,7 @@ type `ebrowse-hs' is set to the resulting obarray." (defun ebrowse-member-table (header) - "Return the member obarray. Build it it hasn't been set up yet. + "Return the member obarray. Build it if it hasn't been set up yet. HEADER is the tree header structure of the class tree." (when (null (ebrowse-hs-member-table header)) (loop for buffer in (ebrowse-browser-buffer-list)